Home >Web Front-end >JS Tutorial >JS reflection problem_javascript skills

JS reflection problem_javascript skills

WBOY
WBOYOriginal
2016-05-16 18:30:241298browse
Copy code The code is as follows:


JS Reflection






/* Two equal signs directly compare values, but an error is reported when the types cannot be converted to each other
window[i] === "wsenmin1"
window[i] == "wsenmin1"
Compare each other one time
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