两个文件:
// index.html<script src="/index.js"></script><body>it works?<body>
// index.jsalert('it is cool');
一键启动:
python -m SimpleHTTPServer 8000
两个文件:
// index.html<script src="/index.js"></script><body>it works?<body>
// index.jsalert('it is cool');
一键启动:
python -m SimpleHTTPServer 8000
让时间为你证明