GET objects/_analyze
{
"analyzer" : "search_autocomplete",
"explain" : true,
"text" : "Trinity Chapel [in fact <h1>King's Chapel</h1>]"
}
我得到了错误
表达类型'@lvalue String'不明确,没有更多上下文 谢谢
答案 0 :(得分:0)
CGFloat
没有字符串初始化器。
只需从文本字段中获取doubleValue
,而不是stringValue
let countY = CGFloat(self.textbox1.doubleValue)
if let image = CGDisplayCreateImage(CGMainDisplayID(), rect: CGRect(x: countX, y: countY, width: 1, height: 1)) {
}