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.
.aspxサフィックスを確認したいのですが、存在しない場合(Umbracoアプリであるため、存在しない可能性があります)、サフィックスが存在しない場合は、取得元のパスに追加します。
これがphpのstrposに相当するjqueryであると仮定します。
これはうまくいくはずです
if (!string.match(/\.aspx$/)) { string+='.aspx'; }