标签: javascript html import
当我尝试在html中导入js文件时出现错误。我甚至把html放在与data.js相同的文件夹中。我正在使用Chrome
GET file:///C:/Users/dm/Documents/timezone/data.js net::ERR_FILE_NOT_FOUND
我的脚本在
<html> <script src="data.js"></script> <!-- other stuff here --> </html>