From 062bb581a7ce32bc01067abafc6d7f4adcc714ad Mon Sep 17 00:00:00 2001 From: wyb <1708535614@qq.com> Date: Wed, 16 Oct 2024 10:30:18 +0800 Subject: [PATCH] add content --- django_instance/function1/static/1_helloworld.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/django_instance/function1/static/1_helloworld.html b/django_instance/function1/static/1_helloworld.html index 579b987..ebd90de 100644 --- a/django_instance/function1/static/1_helloworld.html +++ b/django_instance/function1/static/1_helloworld.html @@ -8,6 +8,8 @@ alert('hello') console.log('控制台') document.write('在页面上') + console.log('add'); +