⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sgml

📁 UNIX下FILE命令的实现源码
💻
字号:
#------------------------------------------------------------------------------# sgml:  file(1) magic for Standard Generalized Markup Language# HyperText Markup Language (HTML) is an SGML document type,# from Daniel Quinlan (quinlan@yggdrasil.com)# adapted to string extenstions by Anthon van der Neut <anthon@mnt.org)0   string/cB	\<!doctype\ html	HTML document text0   string/c	\<head			HTML document text0   string/c	\<title			HTML document text0   string/c	\<html			HTML document text# Extensible markup language (XML), a subset of SGML# from Marc Prud'hommeaux (marc@apocalypse.org)0   string/c	\<?xml			XML document text# SGML, mostly from rph@sq0   string/c	\<!doctype		exported SGML document text0   string/c	\<!subdoc		exported SGML subdocument text0   string	\<!--			exported SGML document text

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -