readme
来自「this gives details of the network progra」· 代码 · 共 23 行
TXT
23 行
Client Pull example (written in perl).The page to load is "sample.html". This page has a number of inline frames (using the I.E. IFRAME tag).This won't work with Netscape ! (it doesn't support iframes).Each frame is set to get content from the CGI program, thisprogram sends back a fictional stock quote (uses a random number generator to make the quotes change).Files:sample.html web page that includes the frames. Each iframe requestsa document from the CGI program.ticker.cgi perl CGI program that sends back stock quotes and includesan HTTP-EQUIV meta tag to tell the browser that the content of the frame should be refreshed after 5 seconds.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?