Browse Source

add content

develop
wyb 1 year ago
parent
commit
062bb581a7
  1. 2
      django_instance/function1/static/1_helloworld.html

2
django_instance/function1/static/1_helloworld.html

@ -8,6 +8,8 @@
alert('hello') alert('hello')
console.log('控制台') console.log('控制台')
document.write('在页面上') document.write('在页面上')
console.log('add');
</script> </script>
</head> </head>
<body> <body>

Loading…
Cancel
Save