zoukankan      html  css  js  c++  java
  • markdown转移字符表

    本片转的ASCII码,主要针对$,另外我为了不让“&#xxx;”被转移成字符,我在分号“;”前加了个空格,复制的时候注意一下

    字符 转义
    0 &#0 ;
    空格 &#32 ;
    @ &#64 ;
    ` &#96 ;
    1 &#1 ;
    ! &#33 ;
    A &#65 ;
    a &#97 ;
    2 &#2 ;
    " &#34 ;
    B &#66 ;
    b &#98 ;
    3 &#3 ;
    # &#35 ;
    C &#67 ;
    c &#99 ;
    &#4 ;
    $ &#36 ;
    D &#68 ;
    d &#100 ;
    &#5 ;
    % &#37 ;
    E &#69 ;
    e &#101 ;
    &#6 ;
    & &#38 ;
    F &#70 ;
    f &#102 ;
    &#7 ;
    ' &#39 ;
    G &#71 ;
    g &#103 ;
    &#8 ;
    ( &#40 ;
    H &#72 ;
    h &#104 ;
    &#9 ;
    ) &#41 ;
    I &#73 ;
    i &#105 ;
    10 &#10 ;
    * &#42 ;
    J &#74 ;
    j &#106 ;
    &#11 ;
    + &#43 ;
    K &#75 ;
    k &#107 ;
    12 &#12 ;
    , &#44 ;
    L &#76 ;
    l &#108 ;
    13; &#13 ;
    - &#45 ;
    M &#77 ;
    &#109 ; &#109 ;
    &#14 ;
    . &#46 ;
    N &#78 ;
    n &#110 ;
    &#15 ;
    / &#47 ;
    O &#79 ;
    o &#111 ;
    &#16 ;
    0 &#48 ;
    P &#80 ;
    p &#112 ;
    &#17 ;
    1 &#49 ;
    Q &#81 ;
    q &#113 ;
    &#18 ;
    2 &#50 ;
    R &#82 ;
    r &#114 ;
    &#19 ;
    3 &#51 ;
    S &#83 ;
    s &#115 ;
    &#20 ;
    4 &#52 ;
    T &#84 ;
    t &#116 ;
    &#21 ;
    5 &#53 ;
    U &#85 ;
    u &#117 ;
    &#22 ;
    6 &#54 ;
    V &#86 ;
    v &#118 ;
    &#23 ;
    7 &#55 ;
    W &#87 ;
    w &#119 ;
    &#24 ;
    8 &#56 ;
    X &#88 ;
    x &#120 ;
    &#25 ;
    9 &#57 ;
    Y &#89 ;
    y &#121 ;
    &#26 ;
    : &#58 ;
    Z &#90 ;
    z &#122 ;
    &#27 ;
    ; &#59 ;
    [ &#91 ;
    { &#123 ;
    &#28 ;
    < &#60 ;
    &#92 ;
    | &#124 ;
    &#29 ;
    = &#61 ;
    ] &#93 ;
    } &#125 ;
    &#30 ;
    > &#62 ;
    ^ &#94 ;
    ~ &#126 ;
    &#31 ;
    ? &#63 ;
    _ &#95 ;
    &#127 ;
  • 相关阅读:
    codeforces 814B An express train to reveries
    codeforces 814A An abandoned sentiment from past
    codeforces 785D D. Anton and School
    codeforces 785C Anton and Fairy Tale
    codeforces 791C Bear and Different Names
    AOP详解
    Spring集成JUnit测试
    Spring整合web开发
    IOC装配Bean(注解方式)
    IOC装配Bean(XML方式)
  • 原文地址:https://www.cnblogs.com/yj411511/p/11855144.html
Copyright © 2011-2022 走看看