zoukankan      html  css  js  c++  java
  • 看到有用么

    var date = new Date();
    var y = date.getFullYear();
    var m = date.getMonth()+1;
    var d = date.getDate();
    if(m<10)
        m = "0"+m;
    if(d<10)
        d = "0"+d;
    listDate = y+"-"+m+"-"+d;
    
    //5kk
    document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"listt\">");
    document.writeln("<tr onmouseover=\"this.bgColor=\'#FDF7EF\';\" onmouseout=\"this.bgColor=\'#ffffff\';\" bgColor=#ffffff>");
    document.writeln("<td width=\"468\" height=\"40\" align=\"left\" class=\"listtitletxt\">&nbsp; &nbsp;<a href=\'http:\/\/c.5kk.in\/click.php?sid=12793\' title=\"看一次我就想操她一次,想死我了[46P]\" target=\"_blank\"><font color=#000000>看一次我就想操她一次,想死我了[46P]</font></a></TD>");
    document.writeln("<td class=date align=right width=\"20%\"><font color=blue>"+ listDate +"<\/font>&nbsp;&nbsp;<\/td>");
    document.writeln("<\/tr>");
    document.writeln("  <\/table>")
    
    //66x
    document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"listt\">");
    document.writeln("<tr onmouseover=\"this.bgColor=\'#FDF7EF\';\" onmouseout=\"this.bgColor=\'#ffffff\';\" bgColor=#ffffff>");
    document.writeln("<td width=\"468\" height=\"40\" align=\"left\" class=\"listtitletxt\">&nbsp; &nbsp;<a href=\'http:\/\/a.66x.in\/click.php?sid=2859' title=\"超级漂亮的女生做爱,每次都早泄 [15P]\" target=\"_blank\"><font color=#000000>超级漂亮的女生做爱,每次都早泄 [15P]</font></a></TD>");
    document.writeln("<td class=date align=right width=\"20%\"><font color=blue>"+ listDate +"<\/font>&nbsp;&nbsp;<\/td>");
    document.writeln("<\/tr>");
    document.writeln("  <\/table>")
    
    //77x
    document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" class=\"listt\">");
    document.writeln("<tr onmouseover=\"this.bgColor=\'#FDF7EF\';\" onmouseout=\"this.bgColor=\'#ffffff\';\" bgColor=#ffffff>");
    document.writeln("<td width=\"468\" height=\"40\" align=\"left\" class=\"listtitletxt\">&nbsp; &nbsp;<a href=\'http:\/\/a.77x.cc\/click.php?sid=15084\' title=\"与女友酒店开房的激情自拍[16P]\" target=\"_blank\"><font color=#000000>与女友酒店开房的激情自拍[16P]</font></a></TD>");
    document.writeln("<td class=date align=right width=\"20%\"><font color=blue>"+ listDate +"<\/font>&nbsp;&nbsp;<\/td>");
    document.writeln("<\/tr>");
    document.writeln("  <\/table>")
  • 相关阅读:
    on、where、having的区别和关系
    Java知识点补缺
    Hive部署到IDEA报错 Hive Schema version 2.1.0 does not match metastore's schema version 1.2.0 Metastore is not upgraded or corrupt 解决方案
    Hive知识点总结
    区分同步与异步、阻塞与非阻塞
    Hive查询分区元数据,PARTITIONED BY
    单例模式总结
    Sql语句执行顺序
    收藏大数据相关面试题比较好的链接
    实习技能
  • 原文地址:https://www.cnblogs.com/94YY/p/2859334.html
Copyright © 2011-2022 走看看