将其更改为CSV
data-type="Information Gathering, Farming & Husbandry, Delivery Service, Emergency Response, Remote Inspections, Mapping & Surveying, Maritime Success, Military & Defense Support, Scientific Research, Real Time Surveillance "
那就做吧
var toRotate = elements[i].getAttribute(\'data-type\').split(", ");
the
.split(", ")
将CSV字符串转换为数组。那就做吧
new TxtType(elements[i], toRotate, period);
the
toRotate
已传递到
TxtType
实际上,它不再由JSON解析,只保留它的数组。
准备mod将其标记为与wp无关