gpt4 book ai didi

python - 如何恢复用户的地址服务器,将其放入变量中并在命令行中执行

转载 作者:太空宇宙 更新时间:2023-11-04 05:53:24 24 4
gpt4 key购买 nike

scriptInfo.py

import os, sys, platform, webbrowser



def main()

template = open('scriptHmtl.phtml').read()

scriptHtml.phtml

<html>
<head>
</head>
<body>
<h2><center> welcome </center></h2>
<br/><br/><br/>

...
variables
..

<form name="sendData" method="get" action="http://localhost:8000/cgi/scriptGet.py">
Name: <input type="text" name="n"><br/><br/>
First Name: <input type="text" name="fn"/><br/><br/>
Mail: <input type="text" name="ma"/><br/><br/>
Address: <input type="text" name="add"/> <br/><br/>
<input type="submit" value="OK"/>
</form>

必须有一个包含恢复服务器地址的代码的变量,而不是 action="http://localhost:8000/cgi/scriptGet.py",但我不知道该怎么做。

最佳答案

使用 HTML 表单,您可以忽略服务器并直接进入脚本。

例如像

<form name="sendData" method="get" action="cgi/scriptGet.py">

关于python - 如何恢复用户的地址服务器,将其放入变量中并在命令行中执行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24629113/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com