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.
私はjavascriptのパンくずリスト()関数を持っています
すべてのjspページのページ読み込み時にこの関数を呼び出す必要があるため、すべてのjspにブレッドクラムを設定できます。
誰でも私を助けることができますか?
使用できます
<%@include file="script.jsp" %>
スクリプトをページコードに直接埋め込む。これは、スクリプトが小さく、JSP が必要に応じてページごとにスクリプトをカスタマイズできる場合に適しています。
このようにボディタグを付けることができます
<body onload="breadcrumbs()">