xhr.open('HEAD', url, false). + try {. xhr.send(). + } catch (e) {}. return xhr.status >= 200 && xhr.status <= 299. }.
確定! 回上一頁