diff options
| author | dongxiaoyan <[email protected]> | 2021-06-15 19:37:46 +0800 |
|---|---|---|
| committer | dongxiaoyan <[email protected]> | 2021-06-15 19:37:46 +0800 |
| commit | 0847bdd64d47f18ca995a81d3560b4bae9b04e1b (patch) | |
| tree | 6def734f9ecb7fc2a97196f5e48839ae6c1dd0d6 /other/data/scriptfile | |
| parent | 3c8341971455d3d1b0981607426cff9674496c0b (diff) | |
Diffstat (limited to 'other/data/scriptfile')
3 files changed, 5 insertions, 0 deletions
diff --git a/other/data/scriptfile/insertscript/create_insert_scripts_css.css b/other/data/scriptfile/insertscript/create_insert_scripts_css.css new file mode 100644 index 0000000..67f2f0b --- /dev/null +++ b/other/data/scriptfile/insertscript/create_insert_scripts_css.css @@ -0,0 +1,3 @@ +body{
+ background:red !important;
+}
\ No newline at end of file diff --git a/other/data/scriptfile/insertscript/create_insert_scripts_js.js b/other/data/scriptfile/insertscript/create_insert_scripts_js.js new file mode 100644 index 0000000..e27836d --- /dev/null +++ b/other/data/scriptfile/insertscript/create_insert_scripts_js.js @@ -0,0 +1 @@ +alert("执行javascript!");
diff --git a/other/data/scriptfile/responsepage/creat_response_pages.htm b/other/data/scriptfile/responsepage/creat_response_pages.htm new file mode 100644 index 0000000..56b6510 --- /dev/null +++ b/other/data/scriptfile/responsepage/creat_response_pages.htm @@ -0,0 +1 @@ +11111
\ No newline at end of file |
