⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.inc.php

📁 股票监视器是一个简单的实用工具
💻 PHP
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -