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.
ユーザーエージェントに「myapp」という単語が含まれている場合は、alert('hi');
ところで、私はJQueryを使用しています。
if (navigator.userAgent.indexOf("myapp") !== -1) { alert("hi"); }
ユーザーエージェントのスニッフィングは行わないことをお勧めします。