logo
  • 教程列表
  • SO官方文檔
  • 在 coldfusion 中建立 REST API
    • 建立後端
    • 介面
  1. StackOverflow 文件
  2. coldfusion 教程
  3. 在 coldfusion 中建立 REST API
  4. 建立後端

建立後端

Created: November-22, 2018

<cfcomponent displayname="myAPI" output="false">
    <cffunction name="init" access="public" output="no">
        <!--- do some basic stuff --->
        <cfreturn this>
    </cffunction>

    <cffunction name="welcome">
        <cfreturn "Hello World!">
    </cffunction>
</cfcomponent>
  • 介面
  • 在 coldfusion 中建立 REST API

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明