摘要: PHP $_REQUEST PHP $_REQUEST 用于收集 HTML 表单提交的数据。 下面的例子展示了一个包含输入字段及提交按钮的表单。当用户通过点击提交按钮来提交表单数据时, 表单数据将发送到 <form> 标签的 action 属性中指定的脚本文件。在这个例子中,我们指定文件本身来处理表 阅读全文
posted @ 2017-05-27 23:02 zxzhang 阅读(450) 评论(0) 推荐(0)
摘要: HTML页面,注意:不要使用form标签 1<input type = "text" name="keyword" id="keyword" onkeydown="entersearch()"/> 2<input type = "text" name="keyword" id="keyword" o 阅读全文
posted @ 2017-05-27 21:29 zxzhang 阅读(1482) 评论(0) 推荐(0)
摘要: 传送门 Description A new pack of n t-shirts came to a shop. Each of the t-shirts is characterized by three integers pi, ai and bi, where pi is the price 阅读全文
posted @ 2017-05-27 15:44 zxzhang 阅读(350) 评论(0) 推荐(0)
摘要: 传送门 Description Let's define a forest as a non-directed acyclic graph (also without loops and parallel edges). One day Misha played with the forest co 阅读全文
posted @ 2017-05-27 01:39 zxzhang 阅读(278) 评论(0) 推荐(0)