刚学web.py , 模板中
<form action="/edit/$x.id" method="post">
<input type="submit" value="edit" />
<form>
要如何做才能在点击“edit”后,在新窗口打开页面呢?
<form action="/edit/$x.id" method="post">
<input type="submit" value="edit" />
<form>
要如何做才能在点击“edit”后,在新窗口打开页面呢?