📄 htmllexer1.java
字号:
/* The following code was generated by JFlex 1.3.5 on 11/14/02 11:44 AM *//* HTMLLexer1.java is a generated file. You probably want to * edit HTMLLexer1.lex to make changes. Use JFlex to generate it. * To generate HTMLLexer1.java * Install <a href="http://jflex.de/">JFlex</a> v1.3.2 or later. * Once JFlex is in your classpath run<br> * <code>java JFlex.Main HTMLLexer1.lex</code><br> * You will then have a file called HTMLLexer1.java *//* * This file is part of a <a href="http://ostermiller.org/syntax/">syntax * highlighting</a> package. * Copyright (C) 1999-2002 Stephen Ostermiller * http://ostermiller.org/contact.pl?regarding=Syntax+Highlighting * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * See COPYING.TXT for details. */package com.Ostermiller.Syntax.Lexer;import java.io.*;/** * HTMLLexer1 is a html 2.0 lexer. Created with JFlex. An example of how it is used: * <CODE> * <PRE> * HTMLLexer1 shredder = new HTMLLexer1(System.in); * HTMLToken1 t; * while ((t = shredder.getNextToken()) != null){ * System.out.println(t); * } * </PRE> * </CODE> * * <P> * There are two HTML Lexers that come with this package. HTMLLexer is a basic HTML lexer * that knows the difference between tags, text, and comments. HTMLLexer1 knows something * about the structure of tags and can return names and values from name value pairs. It * also knows about text elements such as words and character references. The two are * similar but which you should use depends on your purpose. In my opinion the HTMLLexer1 * is much better for syntax highlighting. * * @see HTMLLexer * @see HTMLToken1 */ /** * This class is a scanner generated by * <a href="http://www.jflex.de/">JFlex</a> 1.3.5 * on 11/14/02 11:44 AM from the specification file * <tt>file:/home/steveo/personal/projects/java/com/Ostermiller/Syntax/Lexer/HTMLLexer1.lex</tt> */public class HTMLLexer1 implements Lexer { /** This character denotes the end of file */ final public static int YYEOF = -1; /** initial size of the lookahead buffer */ final private static int YY_BUFFERSIZE = 16384; /** lexical states */ final public static int START_SCRIPT_VALUE = 9; final public static int PRE_TAG = 11; final public static int TAG = 4; final public static int COMMENT_DEF = 21; final public static int TEXTAREA = 18; final public static int START_PRE_EQUAL = 12; final public static int START_END_TAG = 2; final public static int START_PRE_VALUE = 13; final public static int TEXTAREA_TAG = 15; final public static int SCRIPT = 10; final public static int START_TEXTAREA_EQUAL = 16; final public static int START_TEXTAREA_VALUE = 17; final public static int TAG_END = 19; final public static int START_EQUAL = 5; final public static int FINISH_END_TAG = 22; final public static int START_TAG = 1; final public static int SCRIPT_TAG = 7; final public static int START_VALUE = 6; final public static int PRE = 14; final public static int START_DOC_TAG = 3; final public static int YYINITIAL = 0; final public static int START_SCRIPT_EQUAL = 8; final public static int DOCTYPE = 20; /** * Translates characters to character classes */ final private static char [] yycmap = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 4, 0, 5, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 64, 60, 6, 0, 67, 57, 61, 0, 0, 0, 0, 0, 68, 62, 63, 1, 32, 30, 31, 33, 1, 1, 1, 1, 1, 0, 58, 59, 69, 65, 66, 0, 34, 46, 36, 48, 35, 3, 47, 39, 37, 2, 50, 51, 52, 40, 41, 53, 2, 44, 54, 38, 42, 2, 2, 7, 43, 49, 0, 0, 0, 0, 0, 0, 24, 9, 15, 20, 13, 26, 29, 28, 12, 56, 50, 16, 25, 8, 18, 11, 27, 21, 10, 17, 19, 23, 55, 14, 22, 45, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; /** * Translates a state to a row index in the transition table */ final private static int yy_rowMap [] = { 0, 70, 140, 210, 280, 350, 420, 490, 560, 630, 700, 770, 840, 910, 980, 1050, 1120, 1190, 1260, 1330, 1400, 1470, 1540, 1610, 1680, 1750, 1820, 1890, 1960, 2030, 2100, 2170, 2240, 2310, 1890, 2380, 2450, 2240, 2520, 2590, 2240, 2240, 2660, 2730, 2800, 2870, 2940, 2240, 3010, 2240, 3080, 3150, 3220, 2240, 3290, 3360, 3430, 3500, 2240, 2240, 3570, 3640, 3710, 3780, 3850, 3920, 3990, 2240, 2240, 4060, 4130, 4200, 4270, 4340, 4410, 4480, 4550, 4620, 2240, 1680, 4690, 4760, 4830, 4900, 4970, 5040, 5110, 5180, 5250, 5320, 5390, 5460, 5530, 5600, 5670, 5740, 5810, 5880, 5950, 6020, 6090, 6160, 6230, 6300, 6370, 6440, 6510, 6580, 6650, 6720, 6790, 6860, 6930, 7000, 7070, 7140, 7210, 7280, 7350, 7420, 7490, 7560, 7630, 7700, 2240, 2240, 7770, 7840, 7910, 7980, 8050, 2380, 8120, 8190, 8260, 8330, 2240, 2240, 3150, 2240, 3220, 8400, 8470, 8540, 2240, 3640, 2240, 3710, 8610, 8680, 2240, 2240, 4200, 2240, 4270, 8750, 8820, 4550, 4620, 8890, 8960, 9030, 9100, 9170, 9240, 9310, 9380, 9450, 9520, 9590, 9660, 9730, 9800, 9870, 9940, 10010, 10080, 10150, 10220, 10290, 10360, 10430, 10500, 10570, 10640, 10710, 10780, 10850, 10920, 10990, 11060, 11130, 11200, 11270, 11340, 11410, 11480, 11550, 11620, 11690, 11760, 11830, 11900, 11970, 12040, 12110, 12180, 12250, 12320, 12390, 12460, 12530, 12600, 12670, 12740, 12810, 12880, 12950, 13020, 13090, 13160, 13230, 13300, 13370, 13440, 13510, 13580, 13650, 13720, 13790, 13860, 13930, 14000, 14070, 14140, 14210, 14280, 14350, 14420, 14490, 14560, 14630, 14700, 14770, 14840, 14910, 14980, 15050, 15120, 15190, 15260, 15330, 15400, 15470, 15540, 15610, 15680, 15750, 15820, 15890, 15960, 1960, 16030, 16100, 16170, 16240, 16310, 16380, 16450, 16520, 16590, 16660, 16730, 2240, 16800, 16870, 16940, 17010, 17080, 17150, 17220, 17290, 17360, 17430, 17500, 17570, 17640, 17710, 17780, 17850, 17920, 17990, 18060, 18130, 18200, 18270, 18340, 18410, 18480, 18550, 18620, 18690, 18760, 18830, 18900, 18970, 19040, 19110, 19180, 19250, 19320, 19390, 19460, 19530, 19600, 19670, 19740, 19810, 19880, 19950, 20020, 20090, 20160, 20230, 20300, 20370, 20440, 20510, 20580, 20650, 20720, 20790, 20860, 20930, 21000, 21070, 21140, 21210, 21280, 21350, 21420, 21490, 21560, 21630, 21700, 2240, 21770, 21840, 21910, 21980, 2240, 22050, 22120, 22190, 22260, 22330, 22400, 22470, 22540, 22610, 22680, 22750, 22820, 22890, 22960, 23030, 23100, 23170, 23240, 23310, 23380, 23450, 23520, 23590, 23660, 23730, 23800, 23870, 23940, 24010, 24080, 24150, 24220, 24290, 24360, 24430, 24500, 24570, 24640, 24710, 24780, 24850, 24920, 24990, 25060, 25130, 25200, 1960, 25270, 25340, 25410, 25480, 25550, 25620, 25690, 2240, 25760, 25830, 25900, 25970, 26040, 2240, 26110, 26180, 26250, 26320, 26390, 1960, 26460, 26530, 26600, 26670, 26740, 26810, 26880, 26950, 27020, 27090, 27160, 27230, 27300, 27370, 27440, 27510, 27580, 27650, 2240, 27720 }; /** * The packed transition table of the DFA (part 0) */ final private static String yy_packed0 = "\4\30\2\31\63\30\1\32\1\30\1\33\12\30\2\34"+ "\2\35\3\34\3\35\1\36\1\37\5\35\1\40\14\35"+ "\4\34\4\35\1\40\16\35\1\37\1\36\2\35\10\34"+ "\1\41\6\34\2\42\1\31\2\34\27\42\4\34\27\42"+ "\10\34\1\41\4\34\4\43\1\44\17\43\1\45\33\43"+ "\1\45\20\43\1\46\2\43\1\47\1\43\1\34\3\50"+ "\1\31\2\34\62\50\5\34\1\50\2\34\1\51\2\34"+ "\1\50\2\34\3\50\1\31\2\34\62\50\5\34\1\50"+ "\2\34\1\51\2\34\1\50\1\52\1\34\3\53\1\31"+ "\2\34\62\53\3\34\1\54\1\55\1\53\2\34\1\41"+ "\2\34\1\53\1\34\1\56\3\57\1\31\2\56\62\57"+ "\5\56\1\57\2\56\1\60\2\56\1\57\1\56\1\61"+ "\3\57\1\31\2\61\62\57\5\61\1\57\2\61\1\60"+ "\2\61\1\57\1\62\1\56\3\63\1\31\2\56\62\63"+ "\3\56\1\64\1\65\1\63\2\56\1\66\2\56\1\63"+ "\1\56\73\67\1\70\12\67\1\71\3\72\1\31\2\71"+ "\62\72\5\71\1\72\2\71\1\73\2\71\1\72\2\71"+ "\3\72\1\31\2\71\62\72\5\71\1\72\2\71\1\73"+ "\2\71\1\72\1\74\1\71\3\75\1\31\2\71\62\75"+ "\3\71\1\76\1\77\1\75\2\71\1\46\2\71\1\75"+ "\1\71\73\100\1\101\12\100\1\102\3\103\1\31\2\102"+ "\62\103\5\102\1\103\2\102\1\104\2\102\1\103\2\102"+ "\3\103\1\31\2\102\62\103\5\102\1\103\2\102\1\104"+ "\2\102\1\103\1\105\1\106\3\107\1\31\2\106\62\107"+ "\3\106\1\110\1\111\1\107\2\106\1\46\2\106\1\107"+ "\1\106\73\112\1\113\12\112\106\46\74\114\1\115\1\116"+ "\3\114\1\51\4\114\4\117\2\120\73\117\1\51\2\117"+ "\1\121\1\117\4\34\1\31\74\34\1\51\4\34\4\30"+ "\2\0\63\30\1\0\1\30\1\0\12\30\4\0\2\31"+ "\100\0\4\122\1\0\1\122\1\123\1\124\1\125\1\126"+ "\1\127\1\130\1\131\1\132\1\124\1\133\1\134\1\135"+ "\1\136\1\137\1\140\1\141\1\142\1\122\1\143\1\144"+ "\1\145\1\146\1\147\1\150\4\122\1\151\1\152\1\153"+ "\1\154\1\155\1\122\1\156\1\157\1\160\1\161\1\162"+ "\1\163\1\164\1\165\1\166\1\164\1\167\1\170\1\171"+ "\1\172\1\173\1\174\1\122\3\0\12\122\77\0\1\175"+ "\1\176\1\0\1\177\1\200\2\0\101\34\1\41\4\34"+ "\1\0\3\35\3\0\62\35\5\0\1\35\5\0\1\35"+ "\2\0\3\35\3\0\10\35\1\201\24\35\1\201\24\35"+ "\5\0\1\35\5\0\1\35\2\0\3\35\3\0\16\35"+ "\1\202\26\35\1\202\14\35\5\0\1\35\5\0\1\35"+ "\2\0\3\35\3\0\6\35\1\203\25\35\1\203\25\35"+ "\5\0\1\35\5\0\1\35\110\0\3\42\3\0\62\42"+ "\5\0\1\42\5\0\1\42\1\0\4\34\1\204\17\34"+ "\1\205\33\34\1\205\20\34\1\0\2\34\1\206\23\34"+ "\1\207\26\34\1\207\27\34\1\0\105\34\1\0\2\34"+ "\1\210\1\34\1\0\3\50\3\0\62\50\5\0\1\50"+ "\5\0\1\50\2\0\3\53\3\0\62\53\5\0\1\53"+ "\5\0\1\53\1\0\74\54\1\211\11\54\75\55\1\211"+ "\10\55\101\56\1\212\4\56\1\0\3\57\3\0\62\57"+ "\5\0\1\57\5\0\1\57\1\0\101\61\1\66\4\61"+ "\1\0\3\63\3\0\62\63\5\0\1\63\5\0\1\63"+ "\1\0\74\213\1\214\11\213\75\215\1\214\10\215\73\67"+ "\1\216\105\67\1\216\3\67\1\217\1\220\5\67\101\71"+ "\1\221\4\71\1\0\3\72\3\0\62\72\5\0\1\72"+ "\5\0\1\72\2\0\3\75\3\0\62\75\5\0\1\75"+ "\5\0\1\75\1\0\74\222\1\223\11\222\75\224\1\223"+ "\10\224\73\100\1\225\105\100\1\225\3\100\1\226\6\100"+ "\101\102\1\227\4\102\1\0\3\103\3\0\62\103\5\0"+ "\1\103\5\0\1\103\1\0\101\106\1\230\4\106\1\0"+ "\3\107\3\0\62\107\5\0\1\107\5\0\1\107\1\0"+ "\74\231\1\232\11\231\75\233\1\232\10\233\73\112\1\234"+ "\105\112\1\234\3\112\1\235\6\112\74\114\1\236\1\237"+ "\3\114\1\0\4\114\74\236\1\114\11\236\75\237\1\114"+ "\10\237\104\0\1\210\1\0\4\122\1\0\64\122\3\0"+ "\13\122\1\240\2\122\1\0\2\122\1\241\6\122\1\241"+ "\17\122\4\240\27\122\3\0\16\122\1\0\7\122\1\242"+ "\54\122\3\0\16\122\1\0\4\122\1\243\1\244\1\122"+ "\2\242\3\122\1\245\1\246\1\242\1\247\3\122\1\250"+ "\40\122\3\0\16\122\1\0\10\122\1\251\5\122\1\252"+ "\1\253\1\254\43\122\3\0\16\122\1\0\4\122\1\253"+ "\1\122\1\255\1\256\1\257\1\122\1\260\3\122\1\261"+ "\1\262\7\122\1\263\20\122\1\264\13\122\3\0\16\122"+ "\1\0\5\122\1\124\1\122\1\265\1\266\2\122\1\267"+ "\1\122\1\270\2\122\1\271\2\122\1\272\3\122\1\124"+ "\34\122\3\0\16\122\1\0\3\122\1\273\1\122\1\274"+ "\2\122\1\275\1\122\1\276\2\122\1\251\1\277\4\122"+ "\1\300\1\301\1\122\1\302\1\122\1\303\33\122\3\0"+ "\16\122\1\0\3\122\1\243\2\122\1\304\2\122\1\305"+ "\1\276\1\122\1\306\1\122\1\307\4\122\1\300\1\310"+ "\1\122\1\311\1\122\1\303\33\122\3\0\16\122\1\0"+ "\7\122\1\312\1\313\1\122\1\314\1\315\1\122\1\316"+ "\1\317\1\122\1\320\2\122\1\321\3\122\1\124\34\122"+ "\3\0\16\122\1\0\5\122\1\322\2\122\1\242\1\122"+ "\1\323\1\122\1\242\1\324\1\122\1\253\1\325\2\122"+ "\1\326\1\122\1\327\7\122\1\330\26\122\3\0\16\122"+ "\1\0\7\122\1\331\10\122\1\332\2\122\1\171\3\122"+ "\1\333\34\122\3\0\16\122\1\0\5\122\1\334\1\335"+ "\1\122\1\264\1\122\1\276\1\336\1\337\1\122\1\277"+ "\1\122\1\340\2\122\1\300\1\341\3\122\1\303\33\122"+ "\3\0\16\122\1\0\6\122\1\342\3\122\1\276\3\122"+ "\1\277\4\122\1\343\1\344\3\122\1\303\4\122\1\330"+ "\26\122\3\0\16\122\1\0\7\122\1\345\1\346\12\122"+ "\1\347\11\122\1\330\26\122\3\0\16\122\1\0\5\122"+ "\1\322\2\122\1\350\1\122\1\323\1\325\3\122\1\253"+ "\3\122\1\351\1\122\1\327\1\122\1\352\5\122\1\330"+ "\26\122\3\0\16\122\1\0\10\122\1\353\5\122\1\277"+ "\4\122\1\300\40\122\3\0\16\122\1\0\3\122\1\354"+ "\1\122\1\355\2\122\1\264\1\122\1\356\1\357\1\245"+ "\1\122\1\277\1\122\1\360\2\122\1\300\1\321\3\122"+ "\1\303\33\122\3\0\16\122\1\0\7\122\1\361\6\122"+ "\1\242\1\247\3\122\1\362\40\122\3\0\16\122\1\0"+ "\3\122\1\363\11\122\1\364\2\122\1\365\43\122\3\0"+ "\16\122\1\0\16\122\1\262\45\122\3\0\16\122\1\0"+ "\10\122\1\366\12\122\1\330\11\122\1\330\26\122\3\0"+ "\16\122\1\0\10\122\1\242\3\122\1\242\6\122\1\367"+ "\40\122\3\0\16\122\1\0\12\122\1\276\1\357\1\245"+ "\1\122\1\277\1\122\1\360\2\122\1\300\4\122\1\303"+ "\5\122\1\264\25\122\3\0\16\122\1\0\6\122\1\304"+ "\3\122\1\276\1\122\1\370\1\122\1\277\4\122\1\300"+ "\4\122\1\303\10\122\1\371\22\122\3\0\16\122\1\0"+ "\12\122\1\314\14\122\1\124\34\122\3\0\16\122\1\0"+ "\12\122\1\276\2\122\1\251\1\277\4\122\1\300\4\122"+ "\1\303\33\122\3\0\16\122\1\0\23\122\1\171\3\122"+ "\1\164\12\122\1\372\21\122\3\0\16\122\1\0\14\122"+ "\1\245\1\122\1\242\45\122\3\0\16\122\1\0\5\122"+ "\1\334\4\122\1\276\1\122\1\245\1\122\1\277\4\122"+ "\1\300\1\341\3\122\1\303\5\122\1\264\25\122\3\0"+ "\16\122\1\0\6\122\1\304\3\122\1\276\3\122\1\277"+ "\4\122\1\300\4\122\1\303\33\122\3\0\16\122\1\0"+ "\16\122\1\277\4\122\1\300\40\122\3\0\16\122\1\0"+ "\27\122\1\352\34\122\3\0\16\122\1\0\10\122\1\251"+ "\51\122\1\373\1\122\3\0\16\122\1\0\10\122\1\251"+ "\53\122\3\0\16\122\1\0\23\122\1\367\40\122\3\0"+ "\16\122\1\0\10\122\1\374\12\122\1\375\40\122\3\0"+ "\16\122\1\0\23\122\1\376\40\122\3\0\16\122\1\0"+ "\23\122\1\377\40\122\3\0\16\122\1\0\16\122\1\242"+ "\45\122\3\0\16\122\1\0\5\122\1\124\1\122\1\242"+ "\10\122\1\u0100\6\122\1\124\34\122\3\0\16\122\1\0"+ "\7\122\1\u0101\2\122\1\260\51\122\3\0\16\122\1\0"+ "\10\122\1\u0102\53\122\3\0\12\122\102\177\1\u0103\3\177"+ "\103\200\1\u0104\2\200\1\0\3\35\3\0\16\35\1\u0105"+ "\26\35\1\u0105\14\35\5\0\1\35\5\0\1\35\2\0"+ "\3\35\3\0\6\35\1\u0106\25\35\1\u0106\25\35\5\0"+ "\1\35\5\0\1\35\2\0\3\35\3\0\1\u0107\6\35"+ "\1\u0107\52\35\5\0\1\35\5\0\1\35\1\0\22\34"+ "\1\u0108\26\34\1\u0108\27\34\1\0\105\34\1\0\2\34"+ "\1\0\20\34\1\u0109\24\34\1\u0109\34\34\1\0\4\34"+ "\104\210\1\u010a\1\210\73\67\1\216\3\67\1\u010b\20\67"+ "\1\u010c\53\67\1\u010c\4\67\1\216\16\67\2\220\65\67"+ "\1\216\10\67\1\u010d\1\67\73\100\1\225\3\100\1\u010e"+ "\21\100\1\u010f\51\100\1\u010f\5\100\1\225\12\100\73\112"+ "\1\234\3\112\1\u0110\27\112\1\u0111\24\112\1\u0111\24\112"+ "\1\234\12\112\1\122\1\240\2\122\1\0\31\122\4\240"+ "\27\122\1\0\1\u0112\1\0\13\122\1\u0113\1\122\1\u0113"+ "\1\0\4\122\1\u0113\3\122\1\u0113\1\122\1\u0113\4\122"+ "\1\u0113\3\122\1\u0113\1\122\1\u0113\3\122\7\u0113\11\122"+ "\1\u0113\1\122\1\u0113\10\122\3\0\16\122\1\0\64\122"+ "\1\0\1\u0112\1\0\16\122\1\0\5\122\1\321\56\122"+ "\3\0\16\122\1\0\16\122\1\u0114\45\122\3\0\16\122"+ "\1\0\7\122\1\u0115\54\122\3\0\16\122\1\0\14\122"+ "\1\u0116\47\122\3\0\16\122\1\0\23\122\1\u0117\40\122"+ "\3\0\16\122\1\0\4\122\1\u0118\57\122\3\0\16\122"+ "\1\0\14\122\1\370\47\122\3\0\16\122\1\0\13\122"+ "\1\344\50\122\3\0\16\122\1\0\26\122\1\u0119\35\122"+ "\3\0\16\122\1\0\22\122\1\u011a\41\122\3\0\16\122"+ "\1\0\23\122\1\u011b\40\122\3\0\16\122\1\0\24\122"+ "\1\242\3\122\1\u011c\33\122\3\0\16\122\1\0\12\122"+ "\1\u011d\51\122\3\0\16\122\1\0\23\122\1\u011e\40\122"+ "\3\0\16\122\1\0\4\122\1\u011f\1\122\1\u0120\15\122"+ "\1\242\37\122\3\0\16\122\1\0\15\122\1\u011d\46\122"+ "\3\0\16\122\1\0\21\122\1\242\42\122\3\0\16\122"+ "\1\0\13\122\1\u0121\50\122\3\0\16\122\1\0\22\122"+ "\1\242\41\122\1\0\1\u0112\1\0\16\122\1\0\20\122"+ "\1\u0122\43\122\3\0\16\122\1\0\16\122\1\u0123\45\122"+ "\3\0\16\122\1\0\16\122\1\u0124\45\122\3\0\16\122"+ "\1\0\7\122\1\u0125\5\122\1\u0126\46\122\3\0\16\122"+ "\1\0\20\122\1\u0127\43\122\3\0\16\122\1\0\14\122"+ "\1\242\10\122\1\274\36\122\3\0\16\122\1\0\7\122"+ "\1\353\54\122\3\0\16\122\1\0\11\122\1\u0128\52\122"+ "\3\0\16\122\1\0\7\122\1\312\54\122\3\0\16\122"+ "\1\0\24\122\1\344\37\122\3\0\16\122\1\0\12\122"+ "\1\u0129\51\122\3\0\16\122\1\0\23\122\1\u012a\40\122"+ "\3\0\16\122\1\0\16\122\1\u012b\45\122\3\0\16\122"+ "\1\0\20\122\1\u012c\43\122\3\0\16\122\1\0\5\122"+ "\1\u012d\56\122\3\0\16\122\1\0\7\122\1\u012e\54\122"+ "\3\0\16\122\1\0\23\122\1\242\3\122\1\242\34\122"+ "\3\0\16\122\1\0\20\122\1\352\3\122\1\344\37\122"+ "\3\0\16\122\1\0\5\122\1\321\1\u012f\55\122\3\0"+ "\16\122\1\0\16\122\1\u0130\45\122\3\0\16\122\1\0"+ "\20\122\1\u0131\43\122\3\0\16\122\1\0\3\122\1\u011d"+ "\13\122\1\u0132\44\122\3\0\16\122\1\0\10\122\1\u0133"+ "\53\122\3\0\16\122\1\0\16\122\1\u0134\45\122\3\0"+ "\16\122\1\0\3\122\1\u0135\2\122\1\263\55\122\3\0"+ "\16\122\1\0\6\122\1\242\11\122\1\u0136\43\122\3\0"+ "\16\122\1\0\23\122\1\330\40\122\3\0\16\122\1\0"+ "\6\122\1\242\55\122\3\0\16\122\1\0\23\122\1\253"+ "\2\122\1\u0119\35\122\3\0\16\122\1\0\10\122\1\u0132"+ "\53\122\3\0\16\122\1\0\50\122\1\242\11\122\1\u0137"+ "\1\122\3\0\16\122\1\0\24\122\1\242\37\122\3\0"+ "\16\122\1\0\3\122\1\u0135\14\122\1\u0138\3\122\1\u0139"+ "\1\122\1\u0119\35\122\3\0\16\122\1\0\13\122\1\u013a"+ "\50\122\3\0\16\122\1\0\20\122\1\u0138\43\122\3\0"+ "\16\122\1\0\13\122\1\u013b\10\122\1\u013c\37\122\3\0"+ "\16\122\1\0\23\122\1\u013b\40\122\3\0\16\122\1\0"+ "\7\122\1\u013d\1\u013e\4\122\1\u013f\46\122\3\0\16\122"+ "\1\0\13\122\1\247\50\122\3\0\16\122\1\0\13\122"+ "\1\u0140\50\122\3\0\16\122\1\0\7\122\1\u0141\54\122"+ "\3\0\16\122\1\0\7\122\1\331\54\122\3\0\16\122"+ "\1\0\17\122\1\u0142\44\122\1\0\1\u0112\1\0\16\122"+ "\1\0\7\122\1\u0143\1\u0144\53\122\3\0\16\122\1\0"+ "\5\122\1\u0145\56\122\3\0\16\122\1\0\12\122\1\u0129"+
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -