随笔分类 -  d-网页编程

4545
摘要:<?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //递增/递减运算符 /* 阅读全文
posted @ 2024-05-22 16:27 onestopweb 阅读(62) 评论(0) 推荐(0)
摘要:<?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //比较运算符 /** * 阅读全文
posted @ 2024-05-22 16:26 onestopweb 阅读(27) 评论(0) 推荐(0)
摘要:<?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //赋值运算符 /** * 阅读全文
posted @ 2024-05-22 16:25 onestopweb 阅读(31) 评论(0) 推荐(0)
摘要:<?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //算术运算符 /** * 阅读全文
posted @ 2024-05-22 16:24 onestopweb 阅读(24) 评论(0) 推荐(0)
摘要:<?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //类型 /** * Bo 阅读全文
posted @ 2024-05-22 16:22 onestopweb 阅读(28) 评论(0) 推荐(0)
摘要:<?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //Math 函数 /** 阅读全文
posted @ 2024-05-22 16:19 onestopweb 阅读(74) 评论(0) 推荐(0)
摘要:<?php header('Content-Type: text/html; charset=utf-8'); define ('ROOT', $_SERVER['DOCUMENT_ROOT']); include ROOT.'/assets/php/head.php'; //BC 数学函数 /** 阅读全文
posted @ 2024-05-22 16:17 onestopweb 阅读(588) 评论(0) 推荐(0)