Spaces:
Running
Running
Upload chatgpt.html
Browse files- wps-test/ui/chatgpt.html +8 -0
wps-test/ui/chatgpt.html
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<head><meta charset="utf-8"></head>
|
2 |
+
<iframe src="https://chatgpt.lonxang.com" width="800" height="600"></iframe>
|
3 |
+
<button onclick="fx()">提取结果至wps</button>
|
4 |
+
<script>
|
5 |
+
function fx(){
|
6 |
+
wps.ActiveSheet.Range("A1").value2=document.querySelector("pre").innerText.replace('ST DATA为您免费提供','')
|
7 |
+
}
|
8 |
+
</script>
|