我在 Java 控制台中收到此错误:“SyntaxError:未终止的正则表达式文字”
我真的不明白。下面是我的代码,如果有人能指出我错过了什么,我将永远感激不尽。
PHP代码:
print '
<script type="text/javascript">
function fakeUpload() {
$("#fakeupload").val(this.files && this.files.length ? this.files[0].name : this.value.replace(/^C:\\fakepath\\/i, ""));
}
</script>';
谢谢。