Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビューソースを保存するとajaxの詳細が表示されませんが、firebugを使用するとソースが表示されます。このソースを c# または Perl で文字列にする方法はありますか? 誰かが私を助けることができますか?
AJAX は http を介したリモート呼び出しを使用して HTML インターフェイスを更新するため、AJAX 実行が呼び出している URL を見つける必要があります。適切な URL とパラメーターを使用して、LWP::UserAgent 呼び出しを実行し、応答コンテンツを解析できます。