Home >Web Front-end >JS Tutorial >js alert pop-up box appears garbled solution_javascript skills

js alert pop-up box appears garbled solution_javascript skills

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-05-16 17:23:451728browse

My page is:

Copy code The code is as follows:



Calls a function in another function.php file on the page,

The code in this function is:
cho '';
I found garbled characters popping up when I accessed it with a browser.

Reason:
Because this function file does not have, is just a special function file.

Solution:
Copy code The code is as follows:

echo '< ;html>';
echo '';
echo '';
echo '';
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