我想将 HTML 实体添加到 raphael 标记,但我看到文本 deg 而不是度数符号 -
this.tags.push(
// make tag (x, y, text, degree, radius)
r.tag(this.x, this.y[i], this.values[i]+ "°C", 20, 4).insertBefore(this) ...
我怎么能逃脱它?
我不确定哪种语言实际显示此文本,HTML、JavaScript 或 SVG ...
我想将 HTML 实体添加到 raphael 标记,但我看到文本 deg 而不是度数符号 -
this.tags.push(
// make tag (x, y, text, degree, radius)
r.tag(this.x, this.y[i], this.values[i]+ "°C", 20, 4).insertBefore(this) ...
我怎么能逃脱它?
我不确定哪种语言实际显示此文本,HTML、JavaScript 或 SVG ...