Blogger Information
Blog 28
fans 0
comment 1
visits 13312
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
vscode的安装和html语法标签
centos
Original
540 people have browsed it

vscode的安装和html语法标签

vascode的安装及插件安装

markdown的使用

  1. #API 文档
  2. ###1.组织信息
  3. #####**1.1 添加物业公司**
  4. URL:/openApi/property.saveProperty
  5. 请求方式: POST
  6. 支持格式:JSON
  7. 请求参数(header 部分):
  8. | 参数名称 | 类型 | 长度 | 描述 | 取值说明 |
  9. | :----: | :----:| :----: | :----: | :----: |
  10. | 1 | 2 | 3 | 4 | 5|
  11. | 1 | 2 | 3 | 4 | 5|
  12. | 1 | 2 | 3 | 4 | 5|
  13. 请求参数:
  14. | 参数名称 | 类型 | 长度 | 描述 | 取值说明 |
  15. | :----: | :----:| :----: | :----: | :----: |
  16. | 1 | 2 | 3 | 4 | 5|
  17. | 1 | 2 | 3 | 4 | 5|
  18. | 1 | 2 | 3 | 4 | 5|
  19. ---
  20. #####**1.2 查询物业公司**
  21. URL:/openApi/property.listProperty
  22. 请求方式: GET
  23. 支持格式:JSON
  24. 请求参数(header 部分):
  25. | 参数名称 | 类型 | 长度 | 描述 | 取值说明 |
  26. | :----: | :----:| :----: | :----: | :----: |
  27. | 1 | 2 | 3 | 4 | 5|
  28. | 1 | 2 | 3 | 4 | 5|
  29. | 1 | 2 | 3 | 4 | 5|
  30. 请求参数:
  31. | 参数名称 | 类型 | 长度 | 描述 | 取值说明 |
  32. | :----: | :----:| :----: | :----: | :----: |
  33. | 1 | 2 | 3 | 4 | 5|
  34. | 1 | 2 | 3 | 4 | 5|
  35. | 1 | 2 | 3 | 4 | 5|
  36. ---
  37. #####**1.3 修改物业公司**
  38. URL:/openApi/property.updateProperty
  39. 请求方式: POST
  40. 支持格式:JSON
  41. 请求参数(header 部分):
  42. | 参数名称 | 类型 | 长度 | 描述 | 取值说明 |
  43. | :----: | :----:| :----: | :----: | :----: |
  44. | 1 | 2 | 3 | 4 | 5|
  45. | 1 | 2 | 3 | 4 | 5|
  46. | 1 | 2 | 3 | 4 | 5|
  47. 请求参数:
  48. | 参数名称 | 类型 | 长度 | 描述 | 取值说明 |
  49. | :----: | :----:| :----: | :----: | :----: |
  50. | 1 | 2 | 3 | 4 | 5|
  51. | 1 | 2 | 3 | 4 | 5|
  52. | 1 | 2 | 3 | 4 | 5|
  53. ---

html标签

  • 常用标签

    1. <meta charset="UTF-8" />
    2. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    3. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    4. <title>标题</title>
    5. <link rel="stylesheet" href="" />
    6. <javascrip>js语法</javascrip>
    7. </head>
    8. <body>
    9. <h1>h1标题</h1>
    10. <h2>h2标题</h2>
    11. <h3>h3标题</h3>
    12. <div>块元素</div>
    13. <span>行内元素</span>
    14. <table>
    15. 表格元素
    16. </table>
    17. <thead>
    18. 表头
    19. </thead>
    20. <tbody>
    21. 表内容
    22. </tbody>
    23. <tfoot>
    24. 表尾
    25. </tfoot>
    26. <th>定义表格首行</th>
    27. <td>单元格</td>
    28. <tr>
    29. </tr>
    30. <form action="">表单元素</form>
    31. <radio>单选</radio>
    32. <checked>多选</checked>
    33. <option value="">选项</option>
    34. <elect>选项内容</elect>
    35. <br>换行
    36. </body>
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!