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.
別のajaxUrlを使用していますが。ajax01Url、などのようajax02Urlに。それぞれが独自のtypeNumを持っています。で同じ配列コンテンツを取得し続けます。function(data)
ajax01Url
ajax02Url
function(data)
これをきれいにする方法の提案はありますか?
それは私自身のせいでした、アクション名にタイプミスがありました:)
同じ名前で 2 つの異なる uri.action を呼び出していました。それらは異なるpageTypeを持っていますが。