关于JavaScript的小故事,JavaScript故事
<span>妈妈:Netscape公司</span>
<span>原名:LiveScript</span>
<span>更名原因:想沾Java的光</span>
<span>亲缘关系:取了一个叫JavaScript的名字,其实和Java没什么血缘关系</span>
我帮你改好了
你这里写错了
if (a = 1) {
这不是判断是赋值,应该是这样的
if (a == 1) {
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn