The left-hand side of an assignment must be a variable

简介: p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}p.p2 {margin: 0.

The left-hand side of an assignment must be a variable


model.put("10001", "请重新登录”);

问题产生的原因居然是因为语句末尾使用了中文全角的标点符号。


作业左侧必须是一个变量,这提示太高端了。


从这个问题就想到一件事,人工智能有什么突破吗?


编辑器还不能对一个正常语句的结束符做智能处理。

目录
相关文章
问题 There is no screen to be resumed matching
问题 There is no screen to be resumed matching
146 0
RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation.
RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation.
2543 0
|
7月前
|
人工智能
L - MaratonIME doesn't like odd numbers
L - MaratonIME doesn't like odd numbers
undefined reference to `gdk_monitor_get_scale_factor/gtk_widget_get_scale_factor‘
undefined reference to `gdk_monitor_get_scale_factor/gtk_widget_get_scale_factor‘
96 0
|
Python
“cosine_distance“ “KMeansClusterer“ is not defined
“cosine_distance“ “KMeansClusterer“ is not defined
122 0
|
程序员
Uncaught ReferenceError: Invalid left-hand side in assignment
Uncaught ReferenceError: Invalid left-hand side in assignment
414 0
|
算法 C# 索引
算法题丨Move Zeroes
描述 Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements.
1174 0