我得到紅寶石錯誤:syntax error, unexpected tGVAR, expecting $end.
我使用機械化訪問一個網站,然後我需要將數據輸入到表格進行查詢。當我pp page
網站來獲取表單信息,我得到:
#<Mechanize::Form
<name nil>
<method "POST">
<action "">
<fields
...
...
[text:0xb43f9c type: text name: ct100$MainContent$txtNumber value: ]
...
我的代碼,拋出這樣的:
Check_form = page.form()
Check_form.ct100$MainContent$txtNumber = 'J520518'
是什麼原因造成的錯誤任何想法?預先感謝您的幫助!
@AlexKliuchnikau感謝您的編輯。在我能做到之前,你已經做到了。 – user1128637 2012-03-05 14:41:17