摘要: if(confirm( '你确定要把单子抛出来给用户撤销吗?抛撤单以后,骑兵就不能接这单了!')) location.href='nimei.php';else ; if(confirm( '你确定要把单子抛出来给用户撤销吗?抛撤单以后,骑兵就不能接这单了!')) location.href='ni 阅读全文
posted @ 2018-01-13 12:17 老蚂蚁网络 阅读(137) 评论(0) 推荐(0) 编辑
摘要: // 第一种写法 $da = date("w"); if( $da == "1" ){ echo "今天是星期一"; }else if( $da == "2" ){ echo "今天是星期二"; }else if( $da == "3" ){ echo "今天是星期三"; }else if( $da 阅读全文
posted @ 2018-01-13 11:10 老蚂蚁网络 阅读(215) 评论(0) 推荐(0) 编辑