Excuse me, thinkphp6, how to introduce third-party libraries
$a = vendor("taobao.TopSdk"); 这个样子不能使用了,应该怎么调用第三方类库
The third party you download should have a namespace, just use the imported file.
The third party you download should have a namespace, just use the imported file.