header.inc.php
来自「股票监视器是一个简单的实用工具」· PHP 代码 · 共 42 行
PHP
42 行
<html><head><title>Stock Tracker Version 1.0</title><style type="text/css">body { font-family: verdana; font-size: medium;}span.red { color:red;}span.green { color:green;}a {color:blue;}a:hover {color:blue;}a:visited {color:blue;}a:active {color:blue;}div.login { width:250px; margin:auto; border: 1px solid; padding: 10px;}</style><script language="JavaScript">function popWindow(url, name, atts) { window.open(url, name, atts);}</script></head><body bgcolor="<?= $body_bgcolor; ?>"><?php/* Open the connection to the database, this handle should be availablethroughout the page execution and is closed in the footer. */$conn = getConn();?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?