zoukankan      html  css  js  c++  java
  • 转存上课资料php

    1. 农夫有17只羊,除了9只以外都病死了,农夫还剩几只羊?<br/>
    <input type="radio" name="q1" value="1">17
    <input type="radio" name="q1" value="2">9
    <input type="radio" name="q1" value="3">8
    </div>
    <br/>
    <div>
    2. 大月有31天,小月有30天,那么一年中几个月有28天?<br/>
    <input type="radio" name="q2" value="1">1个
    <input type="radio" name="q2" value="2">4年一个
    <input type="radio" name="q2" value="3">12个
    </div>
    <br/>
    <div>
    3. 小明的妈妈有三个小孩,老大叫大毛,老二叫二毛,老三叫什么?<br/>
    <input type="radio" name="q3" value="1">三毛
    <input type="radio" name="q3" value="2">小明
    <input type="radio" name="q3" value="3">不知道
    </div>
    <br/>
    <div>
    4. 英国有没有七月四日(美国独立纪念日)?<br/>
    <input type="radio" name="q4" value="1">有
    <input type="radio" name="q4" value="2">没有
    <input type="radio" name="q4" value="3">不知道
    </div>
    <br/>
    <div>
    5. 医生给你3个药丸,要你每30分钟吃1个,这些药丸多久后会被吃完?<br/>
    <input type="radio" name="q5" value="1">90分钟
    <input type="radio" name="q5" value="2">60分钟
    <input type="radio" name="q5" value="3">30分钟

    This moment will nap, you will have a dream; but this moment study, you will interpret a dream.
  • 相关阅读:
    Node.js 0.12: 正确发送HTTP POST请求
    pm2 常用命令
    IntelliJ IDEA Configuring projects
    socket.io入门整理教程
    幂等函数
    Linux 下 ps 命令
    Linux 下 tail 命令
    Linux下chmod命令
    Linux下ll命令与ls -l
    Thrift——初学
  • 原文地址:https://www.cnblogs.com/mawenqi-barry/p/9111606.html
Copyright © 2011-2022 走看看