PHP代码 - 获取随机颜色代码
方法一:完全随机颜色<?php
function randColor(){
$colors = array();
for($i = 0;$i<6;$i++){
$colors[] = dechex(rand(0,...
天气预报官方josn接口
http://wthrcdn.etouch.cn/weather_mini?city=(输入需要查询的地区名称)例如;http://wthrcdn.etouch.cn/weather_mini?city=广州输入查询后将返回josn...
php执行shell脚本
php作为一门服务器端脚本语言,也是可以调用系统命令的,这其中就包括了执行shell脚本编写test.sh脚本如下#! /bin/sh
mkdir /www/a很简单的一个shell脚本 创建一个文件夹php脚本如下system(...
订单成功时用PHP怎么做网站后台消息提醒?
前段html js:<!-- 百度语音 -->
<div id="yuyinbb" style="display:none;">
<audio id="music" >
您的浏览器不...
文章图片自动添加链接到原图
以前发布的图片没有添加链接到原图,或者你不想每次都手动添加链接,那你可以在主题的 header.php 中添加下面的js代码:<script type="text/javascript">
$(function() {...