|
|
打盹的板栗 · 前端传递JSON数组数据到后端(解析方法)_ ...· 2 周前 · |
|
|
冷冷的草稿本 · txt文件转数组_python读取txt为数组· 2 周前 · |
|
|
淡定的盒饭 · ASP.NET 核心 Blazor ...· 2 周前 · |
|
|
傻傻的馒头 · STRING_SPLIT ...· 2 周前 · |
|
|
坚韧的啤酒 · 表达式和函数 - Azure Data ...· 1 周前 · |
|
|
精明的花卷 · 尤斯塔斯·基德 - 萌娘百科 萬物皆可萌的百科全書· 2 年前 · |
|
|
长情的啤酒 · 广州后卫吴少聪正式转会土超伊斯坦布尔,你对他 ...· 2 年前 · |
|
|
不羁的上铺 · 再战一世气冲星河 漫画 - 抖音· 2 年前 · |
|
|
激动的烤地瓜 · 特斯拉啤酒来了:灵感来自Cybertruck ...· 2 年前 · |
Long story short , you must move your return results ; statement at the end of the function.
In this case , you must also declare the results variable somewhere at the start of the function not inside any code block
Let me know if it works fine
Thanks and Regards,
Shiva RV
All Answers
I think it is a simple code issue
Just make your return results; statment at the end before the last " } " . I mean by before closing the function write your return results so you must also initailize your result variable at the start of the function and not inside any block of code.
This error pops up because the function is suppose to return string but in some branch section of your code it doesn't return anything
Let me if the solution helps.
Thanks and Regards,
Shiva RV
I'm not sure what you mean. I should move my results variable definition to ouside my if statement?
Long story short , you must move your return results ; statement at the end of the function.
In this case , you must also declare the results variable somewhere at the start of the function not inside any code block
Let me know if it works fine
Thanks and Regards,
Shiva RV