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.
Jquery Ajax を使用して Web サイトから数値を取得したいのですが、開始方法について何かアイデアはありますか?
提案をいただければ幸いです。ありがとうございました!
よろしく、
迅速
それは次のようなものでなければなりません
$.get("/yoururl", function (numberString) { var i = parseInt(numberString); alert(i); });