7gg,传奇7gg论坛

生活知识 2023-05-10 19:34生活知识www.buyunw.cn

1、要一个6乘10的HTML表格代码

<tableid="table_demo"border="1px">
<tr>
<td>1,1</td><td>1,2</td><td>1,3</td><td>1,4</td><td>1,5</td><td>1,6</td><td>1,7</td><td>1,8</td><td>1,9</td><td>1,10</td>
</tr>
<tr>
<td>2,1</td><td>2,2</td><td>2,3</td><td>2,4</td><td>2,5</td><td>2,6</td><td>2,7</td><td>2,8</td><td>2,9</td><td>2,10</td>
</tr>
<tr>
<td>3,1</td><td>3,2</td><td>3,3</td><td>3,4</td><td>3,5</td><td>3,6</td><td>3,7</td><td>3,8</td><td>1,9</td><td>3,10</td>
</tr>
<tr>
<td>4,1</td><td>4,2</td><td>4,3</td><td>4,4</td><td>4,5</td><td>4,6</td><td>4,7</td><td>4,8</td><td>4,9</td><td>4,10</td>
</tr>
<tr>
<td>5,1</td><td>5,2</td><td>5,3</td><td>5,4</td><td>5,5</td><td>5,6</td><td>5,7</td><td>5,8</td><td>5,9</td><td>5,10</td>
</tr>
<tr>
<td>61</td><td>6,2</td><td>6,3</td><td>6,4</td><td>6,5</td><td>6,6</td><td>6,7</td><td>6,8</td><td>6,9</td><td>6,10</td>
</tr>
</table>

2、http://39.98.250.0/game.html这个网页怎么制作?

我知道
1、新建一个index.txt重命名为index.html
2、复制如下内容到文档中,保存即可

<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>
        完美世界手游CDKEY兑换
    </title>
    <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui">


    <style>
        / reset /
        body, div, p, ul, li, table, tbody, tr, td, textarea, form, input, h1, h2, h3, h4, h5, dl, dt, dd, img, iframe, header, nav, section, article, footer, figure, figcaption, menu {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        body {
            font-family: "5FAE8F6F96C59ED1", Helvetica;
            -webkit-user-select: none;
            -webkit-text-size-adjust: none;
            font-size: 12px;
        }

        header, nav, section, article, footer, figure, figcaption {
            display: block;
        }

        ol, ul {
            margin: 0;
            padding: 0;
        }

        fieldset {
            border: none;
            margin: 0;
            padding: 0;
        }

        a, li, ul, [onclick] {
            -webkit-tap-highlight-color: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        table {
            border-collapse: collapse;
            border-spacing: 0;
        }

        em, strong {
            font-weight: normal;
            font-style: normal;
        }

        a {
            text-decoration: none;
        }

        a:focus {
            outline: none;
        }

        img {
            border: none;
        }

        .hide {
            display: none;
        }

        .c:before, .c:after {
            content: "";
            display: table
        }

        .c:after {
            clear: both
        }

        .fl {
            float: left;
        }

        .fr {
            float: right;
        }

        .pr {
            position: relative;
        }

        .c1 {
            color: #ffdc72;
        }

        body {
            background: url(http://39.98.250.0/statics/img/back.jpg) no-repeat 50% 0 #E4E0F0;
            -webkit-background-size: 500px auto;
            background-size: 420px 200px;
        }

        .header {
            display: block;
            height: 200px;
            width: 320px;
            margin: 0 auto;
        }

        .footer {
            width: 320px;
            margin: 0 auto;
            padding: 20px 0;
            text-align: center;
            font-size: 10px;
            color: #F1F1F1;
        }

        / css修改 /
        .login {
            float: right;
            height: 21px;
            line-height: 21px;
            text-align: center;
            color: #eaf4f2;
            margin-top: 8px;
        }

        .login a {
            color: #F7DF39;
        }

        .login a:hover {
            color: #FCF6CB;
        }

        .main {
            position: absolute;
            top: 10rem;
            left: 1.7rem;
            width: 268px;
            margin: 0 auto;
            border: 1px solid #E4E0F0;
            background-color: #E4E0F0;
            padding: 20px 15px;
        }

        .tit1 {
            width: 152px;
            height: 19px;
            background-position: 0 -90px;
        }

        .mt5 {
            margin-top: 5px;
        }

        .txt1 {
            color: #F8F8F8;
            font-weight: bold;
            text-align: right;
            text-shadow: 1px 1px 1px #1d1d1d;
            vertical-align: top;
        }

        .line1 {
        }

        .tb1 td {
            padding: 5px 0;
        }

        .box1 {
            text-align: center;
            margin-top: 15px;
        }

        .ipt1 {
            border: 1px solid #5e5e5e;
            background-color: #fff;
            color: #626262;
            padding: 0 5px;
            height: 35px;
            line-height: 35px;
            width: 168px;
        }

        .slt1 {
            width: 180px;
            padding-left: 5px;
            color: #626262;
            border: 1px solid #5e5e5e;
            height: 35px;
            line-height: 30px;
            -webkit-appearance: none;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

        .btn {
            width: 130px;
            display: inline-block;
            overflow: hidden;
        }

        .btn img {
            width: 130px;
        }

        .box-slt {
            position: relative;
            background-color: #fff;
        }

        .box-slt:after {
            content: '';
            position: absolute;
            top: 13px;
            right: 15px;
            width: 0px;
            height: 0px;
            -webkit-transform: rotate(45deg);
            border-left: 5px solid transparent;
            box-shadow: 1px 1px 0 #4e4e4e;
            -webkit-box-shadow: 1px 1px 0 #4e4e4e;
            pointer-events: none;
        }

        //

    </style>


    <script type="text/javascript" src="./statics/libs/reporting.js"></script>

    <script type="text/javascript">


    </script>

</head>
<body>
<form name="form1" method="post" action="./" id="form1">
    <div>
        <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJOTA4MzM5NjEzZBgBBR5fX0NvbnRyb2xzUmVxdWlyZVBvc3RCYWNrS2V5X18WAQUJaW1nVmVyaWZ5VXsTcHAnOP7gz8yo+Q2SIN3rvv3uiHPMbco3QC8UNnI=">
    </div>

    <div>

        <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAALS4dzqnuZZCvUQ8P+haf1gihIVSwHi6G4X7i4L7gGFuwtZAuKdHJg53O580giR386Ba07gQvDMJWafnPAq/Qqo">
    </div>
    <div class="hide" type="tpos" data-layoutpos="layout.pos.1" data-title="请拖动一个空模块到这里">$layout.pos.1$</div>
    <div class="header">
    </div>
    <div class="main">
        <div class="line1">
            <table class="tb1">
                <tbody>
                <tr>
                </tr><tr>
                    <td class="txt1">选择渠道</td>
                    <td>
                        <div class="box-slt" id="channelContent">
                            <select class="slt1" id="channelContentId" data-valid-msg="请先选择渠道!">
                                <option value="">选择渠道</option>
                                <option value="1">微信</option>
                                <option value="2">QQ</option>
                            </select>
                        </div>
                    </td>
                </tr>
                    <tr><td class="txt1">选择系统</td>
                    <td>
                        <div class="box-slt" id="systemSelector">
                            <select class="slt1" id="systemContentId" data-valid-msg="请先选择渠道!">
                                <option value="">选择系统</option>
                                <option value="1">安卓</option>
                                <option value="2">苹果</option>
                            </select>
                        </div>
                    </td>
                </tr>

                <tr>
                    <td class="txt1" id="game">游戏大区</td>
                    <td>
                        <input class="ipt1" type="text" name="" id="gameArea" placeholder="请输入大区">
                    </td>
                </tr>
                <tr>
                    <td class="txt1" id="">游戏账号</td>
                    <td>
                        <input class="ipt1" type="text" name="" id="gameName" placeholder="请输入游戏账号">
                    </td>
                </tr>
                <tr>
                    <td class="txt1">游戏角色</td>
                    <td>
                        <input class="ipt1" type="text" name="" id="gameNumber" placeholder="请输入游戏账号">
                    </td>
                </tr>
                <tr>
                    <td class="txt1">输入CDK</td>
                    <td>
                        <input class="ipt1" type="text" name="" id="exchangeCDKeyValue" placeholder="请输入CDK">
                    </td>
                </tr>
                <tr>
                    <td class="txt1">请输入验证码</td>
                    <td>
                        <input class="ipt1" type="text" name="" id="verifyCode" placeholder="请输入验证码">
                    </td>
                </tr>
                <tr>
                    <td></td>
                    <td><a id="changeVerifyImg" href="javascript:void(0);">

                        <input type="image" name="imgVerify" id="imgVerify" class="cursor: pointer;" src="/key/kaptcha?d=1554864502459" alt="看不清楚?请点击刷新验证码" onclick="return FlashImg();" style="border-width:0px;">
                    </a>
                    </td>
                </tr>
                </tbody>
            </table>
        </div>
        <p class="box1">
            <a class="btn" style="margin-left: 30px;" href="javascript:void(0);" id="cdkChangeBtn">
                <img src="http://39.98.250.0/statics/images/duihuan.png">
            </a>
        </p>
    </div>
</form>


</body></html>

追问

Cdk码咋生成哦?

3、有那个传奇家族干倒过传奇私服平台!类似于7GG一样的!!

情缘家族,76复古老牌家族,虽然现在没落了,仍有一批忠实的团员还在默默的守护着这个曾经辉煌一时的家族,其最早的人员,情缘虾米,仍在默默在顶着情缘的旗帜在传奇的世界中继续扬帆前航,紫枫(龙凤),情缘御林军的中区管理,也在一直默默的守护着情缘,。情缘劳教,情缘哟哟,情缘超哥,情缘练哥,这一批忠实的情缘家族骨灰,在当情缘家族召唤时,会在第一时间回到情缘!
这是传奇私服10年以来唯一一个干倒过私服平台的家族,对方平台9游传奇私服平台
这是传奇私服10年以来唯一一个干倒过私服平台的家族!
请记住情缘这俩个字本回答被提问者采纳

4、DNF剑魂应用什么装备?

看你练什么剑魂哦!普通剑魂穿玛尔天权,攻速剑魂穿斩影轻甲!
玛尔天权套装其中腰带和肩甲是图纸,生产都很贵,成品都要50W左右(广2要55W)!我觉得剑魂35不一定要穿玛尔,因为只是一个过渡期,毕竟很容易就升到45的!不如45穿一套蛊藤(跳跃时力量+30%PK不错)!!我都是这样!每个人都不一样!
蛊藤套装(40-45穿)300-330W左右!肩甲和腰带是图纸!成品也要100W左右!其他才50W左右!
斩影轻甲是一套+攻速的装备!衣服和肩甲+2%攻速(一套)、下身+腰带(一套)+2%攻速、鞋子是紫色攻速+1%
暗黑城斩影轻甲套装(40-45)180W左右!全3套攻速一共+5%,肩和衣攻速+2%腰带和下身攻速+2%。鞋子+1%
还有一种攻速剑魂紫金守护肩甲(攻速+3%)、梵风衣(攻速+3%、移动+3%)、斩影腰带和下身(攻速+2%)、斩影鞋攻速+1%!你要是有钱的话可以走这个攻速路线!

5、怎么加魔道点

6、我的电脑系统 win10 不小心把java 环境变量path 这个变量被不小心删了。求解决办法

我的电脑-属性-高级系统设置-环境变量-上面的窗口新建path就行了。

操作步骤

1、右击我的电脑-属性。

2、高级系统设置。

3、环境变量。

4、上面的窗口新建path就行了。

Copyright@2015-2025 不孕网版板所有All right reserved