• 2024/10/26
    • 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...
    • 2024/10/25
    • 默认分类
    通过ID获取(getElementById) 通过name属性(getElementsByName) 通过标签名(getElementsByTagName) 通过类名(getElementsByClassName) 获取html的方法(document.doc...