block_function.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. [
  2. {
  3. "name": "function.eval",
  4. "contents": [
  5. "执行语句",
  6. {"type": "inputMortise", "default": "", "tenonTypes": []}
  7. ],
  8. "class": "function.Eval"
  9. },
  10. {
  11. "name": "function.isNaN",
  12. "contents": [
  13. {"type": "inputMortise", "default": "", "tenonTypes": []},
  14. "是否为NaN"
  15. ],
  16. "class": "function.IsNaN"
  17. },
  18. {
  19. "name": "function.parseFloat",
  20. "contents": [
  21. "将",
  22. {"type": "inputMortise", "default": "", "tenonTypes": []},
  23. "转换为浮点数"
  24. ],
  25. "class": "function.ParseFloat"
  26. },
  27. {
  28. "name": "function.parseInt",
  29. "contents": [
  30. "将",
  31. {"type": "inputMortise", "default": "", "tenonTypes": []},
  32. "转换为整数"
  33. ],
  34. "class": "function.ParseInt"
  35. },
  36. {
  37. "name": "function.encodeURI",
  38. "contents": [
  39. "对",
  40. {"type": "inputMortise", "default": "", "tenonTypes": []},
  41. "进行URI编码"
  42. ],
  43. "class": "function.EncodeURI"
  44. },
  45. {
  46. "name": "function.encodeURIComponent",
  47. "contents": [
  48. "对",
  49. {"type": "inputMortise", "default": "", "tenonTypes": []},
  50. "进行URI组件编码"
  51. ],
  52. "class": "function.EncodeURIComponent"
  53. },
  54. {
  55. "name": "function.decodeURI",
  56. "contents": [
  57. "对",
  58. {"type": "inputMortise", "default": "", "tenonTypes": []},
  59. "进行URI解码"
  60. ],
  61. "class": "function.DecodeURI"
  62. },
  63. {
  64. "name": "function.decodeURIComponent",
  65. "contents": [
  66. "对",
  67. {"type": "inputMortise", "default": "", "tenonTypes": []},
  68. "进行URI组件解码"
  69. ],
  70. "class": "function.DecodeURIComponent"
  71. }
  72. ]