index.html 404 B

1234567891011121314151617
  1. <include file="index@block:header"/>
  2. <title>抓取列表</title>
  3. <div id="app" >
  4. <div>
  5. <iframe src="http://www.nike.com/launch?s=upcoming" frameborder="0"></iframe>
  6. </div>
  7. <script>
  8. </script>
  9. </div>
  10. <script>
  11. /*$.load('https://www.nike.com/launch?s=upcoming', function(res){
  12. console.log(res)
  13. })*/
  14. </script>
  15. <include file="index@block:footer"/>