标签: c++
我有一个wstring,我需要将字符串转换为LPWSTR数组
var cleanContent = textContent.replace(/[^a-zA-Z]/g, '').trim();
我需要将wstring变量“ pathStr”分配给LPWSTR数组。