PHPStorm 调式JS /同时调式PHP和jS
PHPStorm 调式JS /同时调式PHP和jS 一、PHPStorm 调式Javascript 在PHP Storm中创建test.html 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <! DOCTYPE html> < html lang="en"> < head > < meta charset="UTF-8"> < title >Test page</ title > < script > var test; var test2; console.log("hello world!"); console.log("hello world3!"); </ script > </ head > < body > < p >Test</ p > </ body > </ html > 在test.html 文件中右键 选择Debug ‘test.html' . 此...

