CSS word -spacing 属性. 指定段字之间的空间,应该是30像素:. 代码; 结果. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <style> p { word-spacing: 30px; } ...
確定! 回上一頁