导航
首页
Linux
登录
搜索
首页
归档
202410
2024/10/26
PHP
php 时间转时间缀
$today = date('Y-m-d H:i:s'); // string:2024-10-26 14:06:06 $todayInt = strtotime(date('Y-m-d H:i:s')); // i...
2069阅读
0评论
2024/10/25
默认分类
JavaScript 获取元素的方法
通过ID获取(getElementById) 通过name属性(getElementsByName) 通过标签名(getElementsByTagName) 通过类名(getElementsByClassName) 获取html的方法(document.doc...
2182阅读
0评论
没有更多了~