以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://weistock.com/bbs/index.asp) -- 高级功能研发区 (http://weistock.com/bbs/list.asp?boardid=5) ---- [求助]'str' object has no attribute问题 (http://weistock.com/bbs/dispbbs.asp?boardid=5&id=175239) |
-- 作者:dyb928 -- 发布时间:2020/3/28 16:18:49 -- [求助]'str' object has no attribute问题 def init(context): context.Original_c=0.002
context.cost=0.005 def handle_bar(context): standard=context.Original_c + context.cost 编译时报错: > 编译错误 : AttributeError > line : 74 > 错误信息 : \'str\' object has no attribute \'Original_c\' 查半天了找不到原因,请给指点指点!
|
-- 作者:dyb928 -- 发布时间:2020/3/28 17:24:15 -- 找到原因了,不用回复了,谢谢! 不知道怎么删除自己的帖子。
|