img加载图片不成功,加载默认图片

<!DOCTYPE html> <html> <head> <title></title> </head> <body> <img src="1.jpg" onerror="imgExists(this);"> </body> <script type="text/javascript"> function imgExists(e){ //默认图片 v
相关文章
相关标签/搜索