标签: javascript html
使用window.open(url, _self)时,如果网址无效,我想显示一些烤面包机错误消息。 我试过窗口错误事件,但没有运气。 我不想使用jQuery ajax检查文件是否可用,并再次使用window.open函数进行调用。
window.open(url, _self)