Finally, I decide to put on my diary on this web site in the form of Blog~~
I want to know how to paste a pic on the web, you know , it will make the web more beautiful:)
JavaScript代码:
function loadImage(img) {
var filePath = img.value;
var fileExt = filePath.substring(filePath.lastIndexOf("."))
.toLowerCase();
if (!checkFileExt(fi...