图片标签的src 属性值为空字符串可能以下面两种形式出现: HTML: <img src="" /> JavaScript: var img = new Image(); img.src = ""; 虽然src 属性为空字符串, ...
確定! 回上一頁