highcharts / wps-test /ui /chatgpt.html
changxin's picture
Update wps-test/ui/chatgpt.html
d7abc94
raw
history blame contribute delete
385 Bytes
<head><meta charset="utf-8"></head>
<iframe src="https://chatgpt.lonxang.com" width="800" height="600"></iframe>
<iframe src="https://vrmo.com/ai" width="800" height="600"></iframe>
<button onclick="fx()">提取结果至wps</button>
<script>
function fx(){
wps.ActiveSheet.Range("A1").value2=document.querySelector("pre").innerText.replace('ST DATA为您免费提供','')
}
</script>