📜  console.log 不是函数 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:45.539000             🧑  作者: Mango

代码示例1
This is probably a cache error, try the 4 different options below

- Press F5 on your keyboard to refresh the page and cache

- Make sure there is a semicolon at the end of the function as seen below
    console.log('test');

- Close the browser and clear the cache before trying again

- Try a different browser

Don't forget to upvote if this helped so others can see