.JSPF 文件扩展名
Java Server Page Fragment
| 开发者 | Oracle |
| 受欢迎程度 |
3.7 | 6 票 |
什么是 JSPF 文件?
A JSPF file is a webpage source code file written using Java Server Page (.JSP) syntax. It contains a fragment of JSP code that does not comprise an entire JSP document. JSPF files are used to abstract reusable segments of code and statically include them in JSP pages.
更多信息
JSPF files can be included in JSP pages using the <%@ include file="fragment.jspf"> syntax. They should be stored in the /WEB-INF/jspf/ directory of the web server application's context root directory.
注: In the JSP 2.0 specification, the term JSP fragment was renamed to JSP segment.
可打开或引用 JSPF 文件的程序
JSON Playlist File
| 开发者 | 不适用 |
| 受欢迎程度 |
2.0 | 2 票 |
A JSPF file is a music playlist saved in JavaScript Object Notation (JSON), a text-based data interchange format. It contains a playlist of audio tracks, which includes the playlist title and creator, location of referenced .MP3 (or other audio) files, and the title, creator, and albums of each track in the playlist.
更多信息
The JSPF file is a variation of the .XSPF format. Instead of using XML tags, the JSPF file is saved in the JSON structure, which does not require tags, making it more compact than XML. JSPF files are similar to M3U files in that they do not contain actual audio data.
注: Since JSPF files are saved as plain text, you can rename the extension to ".txt" and open a JSPF file in any text editor.