安捷云产品帮助中心 首页

截取字符串前50位

发布于 2026年4月27日

image

obj_name = context['input_data']['obj_name'] or ''
output={'obj_name':obj_name[:50]}