如果我在复选框中使用NG-IF并且test.check =“Y”值,我想在搜索时选中复选框。是这种情况吗?
<input type="checkbox" ng -if=" test.check == 'Y' chekced" value="{{test.roomNum}}" check-list="checkedModel.roomNum">{{assign.roomNum}}
答案 0 :(得分:0)
在这种情况下您不需要使用import java.io;
public class Learning
{
public static void main(String[] args)
{
BufferedInputStream sd = new BufferedInputStream(System.in);
// BufferedInputStream cannot be resolved to a type error
}
}
,您可以使用ngIf
。将您的html更改为以下内容:
[checked]