我想循环在页面底部的日期,使用类似于表单的内容。但却是一片空白。这是我的密码。
import mechanize
URL='http://www.airchina.com.cn/www/jsp/airlines_operating_data/exlshow_en.jsp'
br = mechanize.Browser()
r=br.open(URL)
for form in br.forms(): #finding the name of the form
print form.name
print form
为什么这不退还任何表格?这不是表格吗?如果不是
我正在开发一个jsp页面,我有很多文件(pdf,图像..)现在我只想在jsp页面中打开该文件。
现在我只能在jsp中打开pdf文件,但我想在jsp页面中打开所有类型的文件。
<object data="myfile.pdf" type="application/pdf" width="100%" height="100%">
Alternative text - include a link <a href="myfile.pdf">to the PDF!</a&
我得到了这个问题中描述的相同问题:Intellij web application on tomcat server shows http://localhost:8080/index.jsp instead of http://localhost:8080/myapp/index.jsp,但在Eclipse中。我无法将URL设置为打开正确的index.jsp,从这个答案可以看出,在Eclipse中如何打开URL也不是一件容易的事情。
好的,我使用的是java谷歌应用程序引擎。我得到了一个servlet "ConversationServlet.java“
public void doGet(HttpServletRequest req, HttpServletResponse resp)
throws IOException {
String para=req.getParameter("param");
String data=getDatafromDB(para);
//Now I want to pass this data to conversationbase