我有一个主页./index.html,并且在此页面上,我要显示一个在我的./cgi-bin/print_ip.sh文件中创建的变量。
最干净的方法是什么?
答案 0 :(得分:0)
如果可以使用shtml,请在这里https://www.computerhope.com/jargon/s/shtml.htm
shtml类似于html,您可以在其中动态地包含来自网络服务器的某些内容:
<!--#exec cmd="cgi-bin/mycounter.cgi" -->
<!--#include virtual="/cgi-bin/mycounter.cgi" -->
<insert file="cgi-bin/mycounter.cgi">
<!--#echo var="DATE_LOCAL" -->