NET Core,要接收Json 需要指定 [FromBody] ,否則收不進來 ... 改用 x-www-form-urlencoded 可收多個參數(可以不用加 [FromForm] )。
確定! 回上一頁