摘要: #include<stdio.h> main() { int year,month,date,x=0,t=0; printf("请输入年份:"); scanf("%d",&year); printf("请输入月份:"); scanf("%d",&month); printf("请输入几号:"); s 阅读全文
posted @ 2022-05-14 18:13 myrj 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 京东 --设置 --支付设置--支付验密设置--选择“虚拟资产验密后,京东支付再次验密”虚拟资产:包含京豆 红包 钢镚 礼品卡等 搜索 复制 阅读全文
posted @ 2022-05-14 16:05 myrj 阅读(255) 评论(0) 推荐(0) 编辑
摘要: function xianshi ( obj ) { // 用来保存所有的属性名称和值 var props = "" ; // 开始遍历 for ( var p in obj ){ // 方法 if ( typeof ( obj [ p ]) == " function " ){ obj [ p ] 阅读全文
posted @ 2022-05-14 08:28 myrj 阅读(100) 评论(0) 推荐(0) 编辑